home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / tools / czesc_2 / jm / docs / readme_1.1.txt < prev   
Text File  |  1992-03-14  |  2KB  |  49 lines

  1.  
  2. What's new in JM 1.1?
  3.  
  4.   - JM now has an ARexx port supporting 18 commands.  More commands are
  5.     likely to be added in future versions of JM.  Using the JM ARexx port
  6.     you could, for example, take different conditions in another
  7.     application's ARexx script determined by the load average on the Amiga
  8.     or the recent idle CPU percentage.
  9.  
  10.   - AREXX_PORT item in .jmrc file.  The ARexx port can be turned off.
  11.  
  12.   - Several example ARexx scripts are included.
  13.  
  14.   - INSTALL_DELAY item in .jmrc file.  This provides a workaround for the
  15.     problem caused by the AmigaDos "run" command not installing task names
  16.     when the task is invoked.  JM can now check for task names a brief
  17.     period of time after the task is created, allowing tasks to be noticed
  18.     that were not under 1.0.  This should also fix a similar problem under
  19.     WShell.
  20.  
  21.   - JM now gets along with program which use tc_UserData.  Thanks to Chris
  22.     Wichura for the idea on how to do this.  This should fix problems some
  23.     users were having using JM with brigecard software.
  24.  
  25.   - All JM commands have version strings which can be accessed with the
  26.     AmigaDos "version" command.
  27.  
  28.   - Misc. bug fixes, the biggest is that the QUANTUM variable in the .jmrc
  29.     file was not being read (but it was still settable from the JM
  30.     command).  Several other smaller bug fixes as well.
  31.  
  32.   - The JM server is a bit larger.  This is mostly due to the ARexx port.
  33.     It is not likely to get smaller, since I will almost certainly add
  34.     more features to it.
  35.  
  36.   - Occasionally, tasks would be listed twice in the "ps" output.  This
  37.     is fixed.
  38.  
  39.   - If you have modified your .jmrc file, you will need to copy the new
  40.     sections from the end of the default one to your custom one in order
  41.     to bring it up to date.  If you have not modified it, you may simply
  42.     copy the new one over the top of the old file.  You can easily detect
  43.     which section to copy to your old file, since it is marked as:
  44.  
  45.        # *** LINES AFTER THIS POINT ARE NEW TO JM 1.1 *******************
  46.  
  47.     in the .jmrc file.  There are two new keywords, and they are placed
  48.     near the end of the file.
  49.